home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #2
/
Amiga Plus Extra 1997 #2.iso
/
pd
/
misc
/
amoked
/
macros
/
loadtexlog.aed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-16
|
257 b
|
17 lines
/* LoadTeXLog.aed */
parse arg name .
if name = 'unnamed' then do
'title (No Name given)'
exit 10
end
l = lastpos('.TEX',name)
if l ~= (length(name)-3) then do
'title (No TeX file)'
exit 20
end
name = left(name,l)||'log'
'newwindow newfile 'name